home *** CD-ROM | disk | FTP | other *** search
/ Macintosh Compilation 1 / Macintosh Compilation CD Number 1 (December 1995).iso / Internet / InterPPP™ 1.2.1 / InterPPP™ Online Docs / InterPPP™ Online Docs.rsrc / TEXT_141.txt < prev    next >
Encoding:
Text File  |  1994-02-14  |  26.9 KB  |  460 lines

  1. Glossary
  2.  
  3.  
  4. A
  5.  
  6. active window  The top window on the desktop; the window where current actions take place. An active window‚Äôs title bar is highlighted.
  7.  
  8. Activity Log  A file that InterPPP generates to record each connection InterPPP makes until the next time your Macintosh is restarted.
  9.  
  10. alert      A warning or report of an error in the form of an alert box, a sound from the computer‚Äôs speaker, or both.
  11.  
  12. American Standard Code for Information Interchange  See ASCII .
  13.  
  14. analog     Analog devices monitor conditions, like movement and sound, and convert them into analogous electronic or mechanical patterns.
  15.  
  16. answer mode  One of three executions of a CCL script. When call answering is enabled, the script is in answer mode. See hangup mode , originate mode .
  17.  
  18. AppleShare  An application developed by Apple Computer, Inc. that gives a Macintosh the ability to function as a file server.
  19.  
  20. AppleTalk  A multimedia network architecture developed by Apple Computer, Inc. for use on Macintosh and other computers and peripherals.
  21.  
  22. ASCII    (American Standard Code for Information Interchange)   A code in which the numbers from 0 to 127 stand for text characters. ASCII code is used for representing text inside a computer and for transmitting text between computers or between a computer and a peripheral device.
  23.  
  24. asynchronous transmission  A form of data transmission, used mostly by modems, that sends information a single character at a time, with variable time intervals between characters.
  25.  
  26. ATCP    AppleTalk Control Protocol .
  27.  
  28. authentication  A process used to verify a piece of data. In InterPPP, authentication describes the process of authorizing users to connect to remote networks. See CHAP , PAP .
  29.  
  30.  
  31. B
  32.  
  33. baud     A term used to refer to the number of characters transmitted per second, measured in bits per second (bps).
  34.  
  35. binary     The fundamental principle on which digital computing is based. All input to the computer is converted into binary numbers made up of two digits, 0 and 1.
  36.  
  37. binary digit  See bit .
  38.  
  39. binary synchronous  See bisync .
  40.  
  41. bisync     (binary synchronous)   An early, low-level protocol used to transmit data across a synchronous communication link. Special characters are used to mark the beginning and end of data frames.
  42.  
  43. bit     A contraction of binary digit. The smallest unit of information a computer can hold. The value of a bit (1 or 0) represents a simple two-way choice, such as yes or no, on or off, positive or negative, something or nothing.
  44.  
  45. boot disk  See startup disk .
  46.  
  47. bps    (bits per second)   A term used to define the speed at which characters are transmitted. See baud .
  48.  
  49. BSC    (Binary Synchronous Communication)   See bisync .
  50.  
  51. buffer     A holding area in the computer‚Äôs memory where information is stored by one program or device and then read by another. An example is the Clipboard.
  52.  
  53. button     A push-button image in dialogs where you click to designate, confirm, or cancel an action. Not to be confused with mouse button. See radio button .
  54.  
  55. byte     A unit of information consisting of a fixed number of bits. On most systems, one byte consists of a series of eight bits and can represent any value between 0 and 255.
  56.  
  57.  
  58. C
  59.  
  60. carriage return (CR)   An action that causes the next character to be displayed at the left margin. See Enter key , Return key .
  61.  
  62. CCL    (Connection Control Language)   A computer language used to write modem scripts necessary to establish connections.
  63.  
  64. CCL script  A file written in the Connection Control Language that contains information, such as commands, necessary to connect your modem to the remote network. See CCL .
  65.  
  66. Challenge-Handshake Authentication Protocol  See CHAP .
  67.  
  68. CHAP    (Challenge-Handshake Authentication Protocol)   A protocol that provides a way for a machine (the client) to identify itself to a remote network (the server). After an initial link has been established, the server sends a challenge that prompts the client to calculate a response. If the client‚Äôs response matches the response that the server calculated, the connection is established. If the two do not match, the connection is terminated. This protocol is considered more secure than the Password Authentication Protocol (PAP) because no confidential information is passed in plain text from the client. See PAP .
  69.  
  70. character  Any symbol that has a widely understood meaning and can convey information. Some characters (such as letters, numbers, and punctuation) can be displayed on the monitor and printed on a printer.
  71.  
  72. character map  An option in InterPPP that allows users to substitute characters that cannot be transmitted through the modem with characters that the remote network recognizes and replaces with the correct characters once the information has passed over the link successfully.
  73.  
  74. checkbox  A small box associated with an option in a dialog. When you click the checkbox, you change the option or affect related options.
  75.  
  76. choose     To pick a command by dragging through a menu. You often choose a command after you have selected something for the program to act on.
  77.  
  78. Chooser     An Apple Menu item that allows the user to select printers, file servers, or network devices.
  79.  
  80. click     To position the pointer on something, and then press and quickly release the mouse button. 
  81.  
  82. client     A program or machine that requests services from a network or server. 
  83.  
  84. client-server  The relationship between hosts on a network where the client is the originator of a request and the server is the responder.
  85.  
  86. Clipboard  A buffer for information you have just cut or copied. Information on the Clipboard can be inserted by pasting it into another field. 
  87.  
  88. close box  The small white box on the left side of the title bar of an active window. Clicking a close box closes a window. 
  89.  
  90. comm server (communications server)   A device that connects a local area network to a wide area network or telecommunications network. In InterPPP, the comm server is the device that connects the local area network to your Macintosh.
  91.  
  92. command  A type of statement found in CCL scripts that begins with a word (the command name) and is followed with arguments on the remainder of the line. See CCL script , comment , label , statement .
  93.  
  94. Command key  A key that, when held down while another key is pressed, causes a command to take effect. The Command key is always identified with a propeller-shaped symbol and sometimes also the Apple symbol. 
  95.  
  96. comment  A type of statement found in CCL scripts that begins with an exclamation mark (!) and continues until the end of the line. See CCL 
  97. script , command , label , statement .
  98.  
  99. compression  The elimination of gaps, empty fields, redundancies, and unnecessary data that reduces the amount of space needed to save or transmit information.
  100.  
  101. configure  To organize information and establish preferences within the hardware and software of an information processing system.
  102.  
  103. connection  An association that is established between machines to convey information.
  104.  
  105. Connection Control Language See CCL .
  106.  
  107. connection document  An InterPPP file created and configured for particular modems and remote networks. InterPPP uses these files to record preferences and information such as IP addresses and modem types. 
  108.  
  109. connectivity  The compatibility of systems or devices to be attached to each other without modification.
  110.  
  111. control character  A non-printing character that controls or modifies the way information is displayed. On most computers, control characters have ASCII values between 0 and 31 and are typed from a keyboard by holding down the Control key while pressing some other key.
  112.  
  113. Control Panel  An Apple Menu item that allows you to determine your Macintosh preferences, such as speaker volume and mouse tracking. Most MacTCP and AppleTalk configuration is determined in the Control Panel.
  114.  
  115. CR     See carriage return .
  116.  
  117.  
  118. D
  119.  
  120. DARPA Internet  See Internet .
  121.  
  122. datagram  The basic unit of information passed across packet-switched networks. Information is transmitted in scattered order, and the correct order is reestablished by the receiving machine.
  123.  
  124. decrement  As a verb, subtracting a defined quantity. See increment .
  125.  
  126. defaults     Assumed parameters built into a program, necessary for the program to function. These values can be customized for different environments.
  127.  
  128. desk accessories  Applications available under the Apple menu regardless of what application is running (for example, the Control Panel and Chooser).
  129.  
  130. desktop     On the Macintosh, the computer‚Äôs working environment, the menu bar, and the gray area on the screen. 
  131.  
  132. device     Many times, a piece of hardware (such as a disk drive, Ethernet controller, modem, or keyboard), but sometimes a virtual device that is actually not represented by a piece of hardware at all. Virtual devices are commonly used for communicating between applications, talking to the operating system, or talking to services that are shared by multiple programs or users. See peripheral device .
  133.  
  134. Dial on Demand  A feature in InterPPP that is implemented by placing a previously configured connection document into the Startup Items folder in your System Folder. This action configures PPP at boot time and begins a connection when you attempt to access a network service.
  135.  
  136. dialog     A box containing a message that requests more information from you or that provides necessary information to you. 
  137.  
  138. dimmed command  A command that appears gray rather than black in the menu. A dimmed command cannot be chosen, usually because the command would be unable to act on anything. For example, in a Microsoft Word document, the Cut command is dimmed unless you have selected a piece of text. Also called grayed command .
  139.  
  140. dimmed icon  An icon that represents a disk that has been ejected. You can select or open dimmed disk icons, but you cannot open items on them. Also called grayed icon .
  141.  
  142. directory  An index organizing the contents of a folder or a disk, much like a filing cabinet in a desk drawer.
  143.  
  144. disk     The fundamental device used to store computer data, made of magnetic material. Information can be saved and erased multiple times on a disk.
  145.  
  146. DNS     See Domain Name Server .
  147.  
  148. Domain Name Server (DNS)   An on-line distributed database responsible for mapping host names to their respective IP addresses. Also referred to as the Domain Naming System .
  149.  
  150. Domain Naming System  See Domain Name Server .
  151.  
  152. double-click  To position the pointer where you want an action to take place, and then press and release the mouse button twice in quick succession without moving the mouse.
  153.  
  154. drag     To position the pointer on something, and then press and hold the mouse button, move the mouse, and release the mouse button. Releasing the mouse button confirms a selection or moves an object to a new location. 
  155.  
  156. driver     Software that links a standard operating system interface and a peripheral device.
  157.  
  158. DTR     Data Terminal  Ready.
  159.  
  160.  
  161. E
  162.  
  163. electronic mail  See email .
  164.  
  165. email    (electronic mail)   A system of transmitting messages over a communications network.
  166.  
  167. email address  See IP address .
  168.  
  169. Enter key  A key that confirms a command within a dialog. In text editing documents, the Enter key ends a paragraph by inserting a return code. See carriage return , Return key .
  170.  
  171. escape character  An ASCII character that, with many programs and devices, allows you to perform special functions when used in combination 
  172.     key-presses.
  173.  
  174. expect string  A string that your script waits to receive before sending a response. See send string .
  175.  
  176.  
  177. F
  178.  
  179. file     A named collection of information, such as a program, a set of data used by a program, or a user-created document.
  180.  
  181. Finder     An application always available on the desktop. It is used to manage documents and applications and to get information to and from disks. 
  182.  
  183. flag     A flag is used to indicate to a program that some earlier action occurred.
  184.  
  185. floppy disk  A disk made of flexible plastic, as compared to a hard disk, which is made of metal. The term floppy now applies only to disks with thin, flexible disk jackets, such as 5.25-inch disks. The 3.5-inch disks are not exactly floppy because while the disk itself is flexible, the jacket is made of hard plastic. 
  186.  
  187. flow control  The process that determines the rate at which information is transferred from one device to another. Also called handshake.
  188.  
  189. folder     A holder of documents and applications that allows the user to organize information in any way, much like file folders in a filing cabinet. 
  190.  
  191. frame     A physical level of transmission that describes a packet as it is transmitted over a serial line.
  192.  
  193.  
  194. G
  195.  
  196. gateway      A special purpose dedicated computer attached to two or more networks that routes packets between them. 
  197.  
  198. grayed command  See dimmed command . 
  199.  
  200. grayed icon  See dimmed icon . 
  201.  
  202.  
  203. H
  204.  
  205. handshake  See flow control .
  206.  
  207. hangup mode  One of three executions of a CCL script. When terminating a connection, the script is run in hangup mode. See answer mode , originate mode .
  208.  
  209. hard disk  Permanent or removable storage areas located on personal computers and mainframes that enable fast retrieval of information.
  210.  
  211. hardware  The machinery and equipment involved in computer functions.
  212.  
  213. hook  A programming instruction that enables future expansion by providing breakpoints.
  214.  
  215. host     A computer that participates in a data communication network. Host computers may be mainframes, minicomputers, or microcomputers. 
  216.  
  217.  
  218. I
  219.  
  220. icon     A pictorial image that graphically represents an object, a concept, or a document. 
  221.  
  222. idling signal  A signal transmitted in the absence of data. Without idling signals, a pause in transmission could be misinterpreted as a lost connection and cause an error to be incorrectly reported.
  223.  
  224. increment  As a verb, adding a defined quantity. See decrement .
  225.  
  226. INIT    (Initiate)   A routine that is run when your Macintosh is started or restarted. Often memory resident, INITs are used to load and activate drivers and system routines. 
  227.  
  228. initialization string  A string used to prompt the start of a new connection.
  229.  
  230. input     The introduction of data into a computer.
  231.  
  232. interface  The interaction between hardware, software, and the user.
  233.  
  234. Internet     Collectively, gateways and networks that use the TCP/IP protocol and operate as a single, virtual, research-oriented network. It provides reliable full duplex stream delivery and unreliable connectionless packet delivery. It also features universal connectivity and application level services such as electronic mail. The Internet is formally known as the DARPA (Defense Advanced Research Projects) Internet. For more information, see the book About Networking: A Guide to TCP/IP and MacTCP .
  235.  
  236. InterPPP  An application provided by InterCon Systems Corporation that allows you to perform network communications over a modem using the Point-to-Point protocol. 
  237.  
  238. IP    (Internet Protocol)   See TCP/IP .
  239.  
  240. IP address  The 32-bit address assigned to a host communicating over the Internet using TCP/IP. It consists of a network address and the host‚Äôs address. Also called an email address .
  241.  
  242. IPCP     Internet Protocol Control Protocol .
  243.  
  244.  
  245. K
  246.  
  247. kilobyte (K)   A unit of measurement consisting of 1024 (210) bytes. 
  248.  
  249.  
  250. L
  251.  
  252. label     A type of statement found in CCL scripts that begins with an at sign (@) and continues until the end of the line. See CCL script , command , comment , statement .
  253.  
  254. LAN    (Local Area Network)   Any physical network technology operating at high speed over a short distance. 
  255.  
  256. line     In data communications, a type of channel, especially a telephone line.
  257.  
  258. link     In data communications, a physical connection between two locations over which data is transmitted.
  259.  
  260. local     Identifies the location of computer equipment as at your location.
  261.  
  262. Local Area Network  See LAN .
  263.  
  264. log file     A type of file that stores information about the progress of an activity. In InterPPP, this file is called the Activity Log and records the progress of a connection. See Activity Log .
  265.  
  266. login     The process of identifying a user, typically by providing a user name and password, to a computer.
  267.  
  268.  
  269. M
  270.  
  271. MacTCP     A software driver written by Apple Computer, Inc. for the Macintosh Operating System that implements many TCP/IP protocols. For more information, see the book About Networking: A Guide to TCP/IP and MacTCP .
  272.  
  273. mapping  A translation of related values. See character map.
  274.  
  275. media     Storage material, usually tape, floppy disk, or optical disk.
  276.  
  277. megabyte (Mb)   A unit of measurement equal to 1024 (210) kilobytes, or 1,048,576 (220) bytes. 
  278.  
  279. menu     A list of choices presented by a program from which you can select an action. On a Macintosh, menus are displayed when you click menu titles in the menu bar. Dragging through the menu and releasing the mouse button while a command is highlighted chooses that command. 
  280.  
  281. menu bar  The horizontal strip at the top of the screen that contains menu titles. 
  282.  
  283. menu title   A word, phrase, or icon in the menu bar that designates one menu. Clicking the menu title causes the title to be highlighted and its menu to appear below it. 
  284.  
  285. mode     A method of operation.
  286.  
  287. modem    (modulator/demodulator)   A device that converts serial digital data from a transmitting terminal to a signal suitable for transmission over telephone lines. The modem also converts the telephone signal (analog) into a serial digital signal for use by another computer or terminal.
  288.  
  289. modem port  An interface on the back of the computer that is suitable for modem connection.
  290.  
  291. modem speaker  The speaker located in a modem that allows you to hear the signals involved in the connection, i.e. the high-pitched squeal.
  292.  
  293. mouse     A small device you move around on a flat surface next to your computer. The mouse controls a pointer on the screen whose movements correspond to those of the mouse. The pointer is used to draw in graphics programs, select operations, and move data. 
  294.  
  295. mouse button  The button on the top of the mouse. In general, pressing the mouse button initiates some action on whatever is under the pointer, and releasing the button confirms the action. 
  296.  
  297.  
  298. N
  299.  
  300. network  A system of computers and peripherals connected by transition media and capable of communication. 
  301.  
  302. null     An undefined value. Null is different from zero in that zero is a value just like other numbers, but null means no value at all (of an expected type).
  303.  
  304.  
  305. O
  306.  
  307. op-code    (operation code)   A code instructing the actions a computer is to take.
  308.  
  309. operating system  A program that organizes the actions of the parts of the computer and its peripheral devices. 
  310.  
  311. operation code   See op-code .
  312.  
  313. Option key  A modifier key that gives a new meaning or action to another key you type or mouse actions you perform. This key is used to type foreign characters or special symbols contained in the optional character set. 
  314.  
  315. originate mode  One of three executions of a CCL script. When a call is initiated, the script is run in originate mode. See hangup mode , answer mode .
  316.  
  317. output     The transferral of data from a computer to an external unit.
  318.  
  319.  
  320. P
  321.  
  322. PAP    (Password Authentication Protocol)   A protocol that provides your Macintosh (the client) a way to identify itself to the remote network (the server). After an initial link has been established, the client sends the server an ID/Password pair in plain text. If the server recognizes the pair, the connection is established. If it does not accept the pair, the connection is terminated. See CHAP .
  323.  
  324. parameter  A variable that is given a constant value.
  325.  
  326. parity     The evaluation of the quality of similarity or equivalence used as a method for error checking.
  327.  
  328. Password Authentication Protocol  See PAP .
  329.  
  330. peripheral device  A piece of hardware (such as a video monitor, disk drive, printer, or modem) used in conjunction with a computer and under the computer‚Äôs control. Peripheral devices are often, but not necessarily, physically separate from the computer and connected to it by wires, cables, or some other form of interface. 
  331.  
  332. pop-up menu  A type of menu that is displayed in its entirety when an item is selected. Upon selection, the menu disappears, and the screen is restored.
  333.  
  334. Point-to-Point Protocol  See PPP .
  335.  
  336. PPP     (Point-to-Point Protocol)   A standard that allows multiple LAN protocols to be used simultaneously over a modem line or other serial connection. Using PPP, the same connection that provides connectivity for one protocol can be used to provide connectivity for multiple protocols. Since PPP is a standard, the same manufacturer‚Äôs equipment or software is no longer necessary for both ends of the connection. PPP can be used for single user dial-in or for LAN-to-LAN connections.
  337.  
  338. preference  A selection that allows you to determine how an application behaves in certain situations.
  339.  
  340. protocol   A set of rules for communication between two or more machines.
  341.  
  342. protocol port   A method used by transport protocols to identify many possible destinations within a single machine. Operating systems usually allow an application program to specify what port it wants to be.
  343.  
  344.  
  345. Q
  346.  
  347. queue     A line of prioritized tasks waiting to be executed. High priority tasks are executed before low priority tasks.
  348.  
  349.  
  350. R
  351.  
  352. radio button  An on-screen button, used in sets of two or more. Since only one button in the set can be enabled at once, radio buttons ensure that a user selects only one option from a set of options.
  353.  
  354. RAM    Random Access Memory .
  355.  
  356. remote     Identifies computer equipment that you want to access or as being in a different location from your machine.
  357.  
  358. Return key  A key that causes the cursor or insertion point to move to the beginning of the next line; also used in some cases to confirm a command. See carriage return , Enter key .
  359.  
  360. RFC    (Request For Comment)   A series of notes about the development of the Internet, including information on proposed and accepted TCP/IP and PPP protocol standards. RFCs are available via anonymous FTP from the Network Information Center, or NIC (dic.ddn.mil).
  361.  
  362.  
  363. S
  364.  
  365. script     A type of program that consists of a set of instructions to an application or utility program.
  366.  
  367. scroll arrow  An arrow at either end of a scroll bar. Clicking a scroll arrow moves a document or directory one line. Pressing on a scroll arrow moves a document continuously. 
  368.  
  369. scroll bar  A rectangular bar that may be along the right side or bottom of a window when the entire contents of a window are not visible. Clicking or dragging in the scroll bar changes your view of the document. 
  370.  
  371. scroll box  The white box in a scroll bar. The position of the scroll box in the scroll bar indicates the position of what appears in the window relative to its complete contents. 
  372.  
  373. selection  The name of the volume, directory, or file highlighted in any window.
  374.  
  375. send string  A string that your script transmits after receiving the expect string. The send string prompts the next expect string. See expect string .
  376.  
  377. Serial Line Internet Protocol  See SLIP .
  378.  
  379. serial port  The connector for a peripheral device that uses a serial interface, commonly a modem.
  380.  
  381. server     A machine or program designed to provide a service to a network. A server communicates with a client to handle the client‚Äôs input and output needs.
  382.  
  383. size box  A box on the bottom-right corner of some active windows. Dragging the size box resizes the window. 
  384.  
  385. SLIP    (Serial Line Internet Protocol)   A specification for using the Internet protocol over a low-speed asynchronous serial line.
  386.  
  387. software  A program containing instructions for a computer to perform tasks.
  388.  
  389. special characters  Any character other than an alphabetic, numeric, or space character. All punctuation characters are special characters.
  390.  
  391. SPOOL    (Simultaneous Peripheral Operations OnLine)   A program or piece of hardware that controls a buffer of data going to some output device, usually a printer or tape drive. This allows users to send data to the device even when it is busy.
  392.  
  393. startup disk  A disk with all the necessary program files (such as the Finder and System files contained in the System Folder) to set the computer into operation. Sometimes called a boot disk . 
  394.  
  395. Startup Items folder  A folder in the System Folder that contains items that are automatically launched when you start up  your Macintosh.
  396.  
  397. statement  A line found in CCL scripts that is either a command, comment, or label. See CCL script , command , comment , label .
  398.  
  399. string     A data structure consisting of a sequence of characters, usually user-readable text.
  400.  
  401. stop bit      A bit that signals the end of a character in asynchronous transmission.
  402.  
  403. subdirectory  A directory within a directory, consisting of a file that contains the names and locations of other files. 
  404.  
  405. syntax     The rules governing the structure and context of a language, spoken, written, or programming.
  406.  
  407. System file  A file Macintosh computers use to start up and to provide system-wide information. The System file contains system programs. 
  408.  
  409. System Folder  A Macintosh folder that contains essential items, such as the System file, Finder, desk accessories, and INITs.
  410.  
  411. system software  The component of a computer that supports programs by managing system resources like memory and input/output devices. 
  412.  
  413.  
  414. T
  415.  
  416. TCP/Connect II  An application developed by InterCon Systems Corporation that provides networking connectivity and is available to both Macintosh and Windows users.
  417.  
  418. TCP/IP    (Transmission Control Protocol/Internet Protocol)   Two communication protocols used to connect dissimilar systems. The IP protocol controls routing data, and the TCP protocol controls transferring data. For more information, see the book About Networking: A Guide to TCP/IP and MacTCP .
  419.  
  420. terminal  A device that includes a video adapter, a monitor, and a keyboard.
  421.  
  422. timeout     An action at the end of an allotted period of time set by another specified event. For example, a terminal feature that logs off a user if no entries are made within an allocated amount of time.
  423.  
  424. title bar     The horizontal bar at the top of a window that shows the name of the window‚Äôs contents. Dragging the title bar moves the window. 
  425.  
  426. Transmitter On/Transmitter Off See XOn/XOff .
  427.  
  428. transparent  The operation of a network in such a fashion that the user is unaware that the processes being carried out are remote to the user‚Äôs machine. 
  429.  
  430.  
  431. U
  432.  
  433. UNIX     An operating system developed at AT&T Bell Laboratories that allows computers to handle multiple users and programs simultaneously.
  434.  
  435.  
  436. V
  437.  
  438. varString  A string that contains parameters for modem setup, such as the phone number and whether the modem‚Äôs speaker is on or off during dialing.
  439.  
  440. volume     A portion of the hard disk that has been partitioned and is treated by the Macintosh as if it is a separate disk.
  441.  
  442.  
  443. W
  444.  
  445. WAN    (Wide Area Network)   A communications network that connects geographically separated areas.
  446.  
  447. Wide Area Network  See WAN .
  448.  
  449. window  The area that displays information on a desktop; you view a document in a window. You can open or close a window and move it around on the desktop and sometimes change its size, scroll through it, and edit its contents. 
  450.  
  451.  
  452. X
  453.  
  454. XOn/XOff (Transmitter On/Transmitter Off)   A method of inband flow control used when a computer is sending information to a slower device. Printers often use XOn/XOff handshaking. When the buffer is almost full, XOff (Control S or ^S) is sent to the host, which suspends output until the printer, or other attached device, sends an XOn (Control Q or ^Q). See flow control .
  455.  
  456.  
  457. Z
  458.  
  459. zoom box  A small box with a smaller box enclosed, found on the right side of the title bar of some windows. Clicking the zoom box expands the window to maximum size; clicking it again returns the window to original size.
  460.